projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff80687
)
* build-aux/msys-to-w32: Prevent double slashes in w32 path list.
author
Dani Moncayo
<dmoncayo@gmail.com>
Mon, 2 Nov 2015 10:48:47 +0000
(11:48 +0100)
committer
Dani Moncayo
<dmoncayo@gmail.com>
Mon, 2 Nov 2015 10:54:55 +0000
(11:54 +0100)
build-aux/msys-to-w32
patch
|
blob
|
history
diff --git
a/build-aux/msys-to-w32
b/build-aux/msys-to-w32
index f8a0a81b9fa8a1b626d56ae7f384abac26e08f6d..d30047ffa9977ee07345c77ba20955f7ed2bfdf8 100755
(executable)
--- a/
build-aux/msys-to-w32
+++ b/
build-aux/msys-to-w32
@@
-96,7
+96,7
@@
do
# translate the existing part and append the rest
w32p=$(cd "${p1}" && pwd -W)
remainder=${p#$p1}
- w32p
+=
/${remainder#/}
+ w32p
=${w32p%/}
/${remainder#/}
fi
w32pathlist="${w32pathlist};${w32p}"